dnd: Remove GtkTargetEntry and GtkTargetFlags
authorBenjamin Otte <otte@redhat.com>
Thu, 16 Nov 2017 23:28:53 +0000 (00:28 +0100)
committerBenjamin Otte <otte@redhat.com>
Mon, 20 Nov 2017 22:12:33 +0000 (23:12 +0100)
commitc863ac0f90dfdeea5e17293594686063187d689c
treef5b7d2ed616a3cf905537f9257a17e5d86e291dc
parent49d02eff931a43f88d4efb31be249742fe3be6f7
dnd: Remove GtkTargetEntry and GtkTargetFlags

warning: We don't do any same-app checks anymore so you currently can
copy local data into external apps.

This will be fixed later.
27 files changed:
demos/icon-browser/iconbrowserwin.c
gtk/gtkcolorbutton.c
gtk/gtkcolorswatch.c
gtk/gtkdnd.c
gtk/gtkdragdest.c
gtk/gtkiconview.c
gtk/gtklinkbutton.c
gtk/gtknotebook.c
gtk/gtkplacessidebar.c
gtk/gtkselection.c
gtk/gtkselection.h
gtk/gtktextbuffer.c
gtk/gtktoolpalette.c
gtk/gtktoolpalette.h
gtk/gtktreeview.c
gtk/gtkwindow.c
tests/testdnd.c
tests/testiconview.c
tests/testkineticscrolling.c
tests/testlist3.c
tests/testnotebookdnd.c
tests/testselection.c
tests/testtoolbar.c
tests/testtreecolumns.c
tests/testtreednd.c
tests/testtreeview.c
testsuite/gtk/clipboard.c